Skip to content

Fix local docker invalid container name created by trimming #958

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

YinghongLiu
Copy link
Contributor

Change:

  • Fix local docker invalid container name created by trimming.
    • Sample app name: 123.-_app-id123456
    • Error: docker.errors.APIError: 400 Client Error for http+docker://localhost/v1.41/containers/create?name=.-_app-id123456-b2hcqzf4bxkjhd-role-name-0: Bad Request ("Invalid container name (.-_app-id123456-b2hcqzf4bxkjhd-role-name-0), only [a-zA-Z0-9][a-zA-Z0-9_.-] are allowed")
  • Remove invalid prefixes (https://github.com/moby/moby/blob/master/daemon/names/names.go#L6).

Test plan:
pytest torchx/schedulers/test/docker_scheduler_test.py => 16 passed in 33.68s

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 22, 2024
@kiukchung kiukchung self-assigned this Dec 2, 2024
@kiukchung kiukchung merged commit 3585f5d into pytorch:main Dec 2, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants